home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1998 June / SGI Freeware 1998 June.iso / dist / fw_ATxgopher.idb / usr / freeware / src / xgopher.1.3 / Documents / OW3-site.def.z / OW3-site.def
Text File  |  1998-01-21  |  834b  |  28 lines

  1. /* site.def
  2.  
  3.    Configuration file that will allow Sun's imake to produce a reasonable
  4.    Makefile under OpenWindows 3.  
  5.  
  6.    To use this file, use a command such as:
  7.  
  8.        imake -DUseInstalled -I. $OPENWINHOME/lib/config
  9.  
  10.    Do not use xmkmf; it will point at possibly non-existant X11R5
  11.    (not OpenWindows) files.
  12.  
  13.    This file may not be complete.  My aim is not to fix what Sun
  14.    did wrong, but rather to provide something that as least ought to
  15.    work.
  16.  
  17.    If Sun ever fixes the version of the Imake templates under
  18.    $OPENWINHOME/lib/config to properly build a OW3 Makefile, then
  19.    this file can be scrapped.
  20. */
  21.  
  22. #define IncRoot        $(OPENWINHOME)/include
  23. #define UsrLibDir    $(OPENWINHOME)/lib
  24. #define BinDir        $(OPENWINHOME)/bin
  25. #define LibDir        $(OPENWINHOME)/lib
  26.  
  27. #define ManSuffix    n        /* use just one tab or cpp will die */
  28.